projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e958281
)
Update cargo tests in prep for new errors
author
Jonathan Turner
<jturner@mozilla.com>
Tue, 9 Aug 2016 16:23:52 +0000
(09:23 -0700)
committer
Jonathan Turner
<jturner@mozilla.com>
Tue, 9 Aug 2016 16:23:52 +0000
(09:23 -0700)
tests/build-script.rs
patch
|
blob
|
history
diff --git
a/tests/build-script.rs
b/tests/build-script.rs
index 48a3ce22cf021a59757d9afd25d2088e047db17f..f471f5475b9a942df022d731be198d2ec30f0a1f 100644
(file)
--- a/
tests/build-script.rs
+++ b/
tests/build-script.rs
@@
-857,7
+857,6
@@
fn output_separate_lines() {
[RUNNING] `[..]foo-[..]build-script-build[..]`
[RUNNING] `rustc [..] --crate-name foo [..] -L foo -l static=foo`
[ERROR] could not find native static library [..]
-[ERROR] Could not compile [..]
"));
}
@@
-886,7
+885,6
@@
fn output_separate_lines_new() {
[RUNNING] `[..]foo-[..]build-script-build[..]`
[RUNNING] `rustc [..] --crate-name foo [..] -L foo -l static=foo`
[ERROR] could not find native static library [..]
-[ERROR] Could not compile [..]
"));
}